Mux Upload SDK
0.4.0
androidJvm
Mux
Upload
SDK
com.
mux.
video.
upload
Mux
Upload
Sdk
Logger
com.
mux.
video.
upload.
api
Mux
Upload
Builder
Progress
Mux
Upload
Manager
Upload
Event
Listener
Mux Upload SDK
/
com.mux.video.upload
/
MuxUploadSdk
/
Logger
Logger
interface
Logger
Logs events from this SDK. This interface roughly matches the interface of
Log
.
Members
Functions
d
Link copied to clipboard
abstract
fun
d
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
e
Link copied to clipboard
abstract
fun
e
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
i
Link copied to clipboard
abstract
fun
i
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
v
Link copied to clipboard
abstract
fun
v
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
w
Link copied to clipboard
abstract
fun
w
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)